#qr_container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.foodmall{
    width:100%;
}
.mall_title{
    font-size:18px;
    font-weight: bold;
    color:#222;
    margin-bottom:15px;;
}
.select_conbox {
    display: flex;
    gap: 5px;
    margin-top: 5px;
  }
  .select_conbox select {
    height: 100%;
    font-size: 14px;
    color: #555;
    background: #fff url("../images/ico-down.svg") no-repeat calc(100% - 7px)
      50% / 10px;
    padding:0 7px;
  }
  .select_conbox > div {
    height: 35px;
    padding-left: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .select_conbox .inwon {
    flex: 1;
    background: url(../images/search_icon01.jpg) 3px center no-repeat;
    background-size: 21px;
  }
  .select_conbox .calendar {
    flex: 1;
    background: url(../images/search_icon02.jpg) 3px center no-repeat;
    background-size: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 21px;
    font-size: 14px;
    color: #555;
  }
  .select_conbox .calendar input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    padding:0 7px;
  }
  .select_conbox .time {
    flex: 1;
    background: url(../images/search_icon03.jpg) 3px center no-repeat;
    background-size: 21px;
  }


  .detailSet{
    display:flex;
    gap:5px;
    margin:5px 0;
  }
  .detailSet li{
    border:1px solid #ddd;
    border-radius: 5px;
    padding:5px;
    line-height:20px;
    text-align: center;
    font-size:14px;
    flex:1;
    cursor: pointer;
    background:url(../images/ico-down.svg) calc(100% - 7px) center no-repeat;
  }



  .submit_reset_box{
    display:flex;
    gap:5px;
  }
  .submit_reset_box .search_btn {
    padding: 7px 20px;
    background:var(--surfcolor);
    color:var(--whiteff);
    font-size: 14px;
    border-radius: 4px;
    width:calc(100% - 35px);
  }
  .submit_reset_box .reset_btn{
    width:30px;
    box-sizing: border-box;
    border:1px solid var(--surfcolor);
    color: var(--surfcolor);
    border-radius: 4px;
    padding:0;
  }
  .submit_reset_box .reset_btn i{
    font-size:20px;
    background:url("/common/images/ico-refresh-surf.svg") 6px 8px no-repeat;
    background-size:18px;
    display:inline-block;
    width:30px;
    height:30px;
  }
  

.filter_select_value{
    line-height:35px;
    background:#f1f1f1;
    font-size:14px;
    padding-left:5px;
    border-radius: 5px;
    letter-spacing: -1px;
    text-align: center;
}

.foodmall_head{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.foodmall_head span.close{
    width:20px;
    height:20px;
    background:url(../images/ico-close-thin.svg) center no-repeat;
    background-size:18px;
    display:block;
}





.review_write {
    padding:10px 20px;
    background:rgba(249, 249, 249, .8);
    box-sizing: border-box;
    width:100%;
    position:fixed;
    left:0;
    bottom:0;
    display:flex;
    gap:10px;
    z-index: 1;
  }
  .review_write button{
    width: 50%;
    padding: 12px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
    box-sizing: border-box;
    background:#777;
  }
  
  
  .menu_review img,
  .menu_allergy img {
    width: 20px;
  }
  



button.btn_surfColor{
    padding:7px 20px;
    border-radius: 4px;;
    font-size:14px;
    background:var(--surfcolor);
    color:var(--whiteff);
    height:34px;
    position: relative;
    z-index:1;;
  }







/* 달력팝업 */

.sort_pop{
    /* width:80%;
    max-width:768px; */
    width:auto;
    height:auto;
    max-height:100%;
    border-radius: 5px;
    background:var(--whiteff);
    padding:20px;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    display:none;
}
.sort_pop span.close{
    width:30px;
    height:30px;
    background:url(../images/ico-close-white.svg) center no-repeat;
    background-size:20px;
    position:absolute;
    top:-40px;
    left:50%;
    transform: translateX(-50%);
}
.cal_nav {
    display:flex;
    justify-content: space-between;
    max-width:300px;
    margin:0 auto 20px;
}
.cal_nav a{color:transparent}
.cal_nav .go-prev{
    background:url("../images/ico-prev.svg?v=1")no-repeat 50% 50% / 10px;
}
.cal_nav .go-next{
    background:url("../images/ic_arrow_right.svg?v=1")no-repeat 50% 50% / 23px;
}
.cal_nav .year-month{
    text-align: center;
    width:100%;
    font-size:16px;
    display: flex;
    gap:10px;
}
.cal_nav .year-month select{
    border:1px solid var(--graydd);
    height:30px;
    padding:0 10px;
    border-radius: 5px;;
}
.cal_nav .year-month .month{}
.cal_nav .year-month .year{}
.cal_wrap{
    width:100%;
    max-width:300px;
    margin:auto;
}
.cal_wrap .days{
    display:flex;
    align-items: center;
    justify-content: space-between;;
}
.cal_wrap .days .day{
    width:calc(100%/7);
    height:32px;
    font-weight: 600;
    font-size:14px;
    color:var(--gray44);
    text-align: center;
}
.cal_wrap .days .day.sun{
    color:var(--redec);
}
.cal_wrap .dates{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cal_wrap .dates button.day{
    width:calc(100%/7);
    height:32px;
    font-weight: 400;
    font-size:14px;
    text-align: center;
    line-height: 29px;;
}
.cal_wrap .dates button.day.today,
.cal_wrap .dates button.day.on{
    background:var(--surfcolor);
    border:2px solid #faba91;
    color:#fff;
}

.sort_pop .sec_input_wrap{
    margin:20px 0 0;
    padding:0 10px;
}
.sort_pop .sec_input_wrap .sec_input{
    width:100%;
    height:35px;
    border:1px solid var(--graydd);
    border-radius: 2px;;
    padding-left:30px;
    line-height: 1;
}
.sort_pop .sec_input_wrap .sec_input select{
    background:none;
    height:35px;
    font-size:14px;
    line-height:30px;
    color:var(--gray44);
}
.sort_pop .sec_input_wrap .sec_input.clock{
    background:url(../images/search_icon03.jpg) 5px center no-repeat;
    background-size:19px;
    margin-bottom:10px;
}
.sort_pop .sec_input_wrap .sec_input.person{
    background:url(../images/search_icon01.jpg) 5px center no-repeat;
    background-size:19px;
}



/* 위치 음식장르 예산 팝업 */

.detailSetPop,
.detailSetPop2,
.detailSetPop3{
width: 80%;
    max-width: 700px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 11;
}
.detailSetPop .close,
.detailSetPop2 .close,
.detailSetPop3 .close{ 
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/ico-close-white.svg") no-repeat 50% 50% / 100%;
}
.detailSetPop h4,
.detailSetPop2 h4,
.detailSetPop3 h4{
  font-size:18px;
  color:#222;
  text-align: center;
  font-weight:600;
  margin-bottom:10px;
  padding-bottom:2px;
}
.scroll {
    overflow-y: scroll;
    height: 100%;
    max-height: 400px;
    padding-bottom: 50px;
}
.detailSetPop .chk_list,
.detailSetPop3 .chk_list{
  margin:10px 0 30px;
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
.detailSetPop3 .chk_list{
    height:400px;
    overflow: visible;
    margin-top:20px;
}
.detailSetPop .chk_list input[type="checkbox"],
.detailSetPop .map p input[type="radio"],
.detailSetPop .loca input[type="radio"],
.detailSetPop3 .chk_list input[type="radio"]{
  display:none;
}

.detailSetPop .map p input[type="radio"] + label,
.detailSetPop .loca input[type="radio"] + label,
.detailSetPop3 .chk_list input[type="radio"] + label{
  padding-left:22px;
  height:25px;
  background:url(../images/radio.svg) left 4px no-repeat;
  background-size:15px;
  font-size:14px;
  display: inline-block;
}
.detailSetPop .map p input[type="radio"]:checked + label,
.detailSetPop .loca input[type="radio"]:checked +  label,
.detailSetPop3 .chk_list input[type="radio"]:checked + label{
  background:url(../images/radio_on.svg) left 4px no-repeat;
  background-size:15px;
}

.detailSetPop .chk_list input[type="checkbox"] + label{
    padding-left:22px;
    height:25px;
    background:url(../images/chk1_bg.svg) left 4px no-repeat;
    background-size:15px;
    font-size:14px;
    display: flex;
    gap:3px;
}
.detailSetPop .chk_list input[type="checkbox"]:checked + label{
    background:url(../images/chk1_bg_on.svg) left 4px no-repeat;
    background-size:15px;
}


.detailSetPop .chk_list + p{
  display:flex;
  justify-content: flex-end;
  align-items: center;
  gap:5px;;
  margin-bottom:30px;
  color:var(--surfcolor);
}
.detailSetPop .chk_list + p img{
  width:10px;
}
.detailSetPop .chk_list + p.on{
  margin-bottom:5px;
}
.detailSetPop .chk_list + p.on img{
  transform: rotate(180deg);
}



.btn_box{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0 0;
}
.btn_box button{
    padding:8px 20px;
    color:#fff;
    font-size:14px;
    border-radius: 4px;;
}
.btn_box button.search_btn{
    background:var(--surfcolor);
}
  
.detail_area{
    display: none;;
  }
  .detail_area.on{
    display:block;
    margin-bottom:30px;;
  }
  .detail_area.on .chk_list{
    margin-bottom:0;
  }
  .box_scroll{
    height:90px;
    overflow-y:scroll;
  }
  .box_scroll::-webkit-scrollbar{
    width:5px;
    border-radius: 5px;
  }
  .box_scroll::-webkit-scrollbar-thumb{
    background:#ddd;
    border-radius: 5px;;
  }
  .box_scroll::-webkit-scrollbar-track{
    border-radius: 5px;
    background:#eee;
  }

/* range*/
.loca{
    position:relative;
  }
  .range{
    width:calc(100% - 122px) !important;
    margin:50px 0 43px 64px;
  }
  .range .slideValue{
    width:100%;
  }
  .range .slideValue p{
    position:absolute;
    width:100%;
    color:#222;
    top:28px;
    left:0;
    z-index:2;
  }
  .range .field{
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
    height:100%;;
  }
  .range .field .value{
    position:absolute;
    font-size:16px;
    font-weight: 400;
    color:var(--surfcolor);
  }
  .range .field .value.left{
    left:-40px;
  }
  .range .field .value.right{
    right:-40px;
  }
  .range .field input{
    appearance: none;
    height:3px;
    width:100%;
    background:#ddd;
    border-radius: 5px;
    outline: none;
    border:none
  }
  .range .field input::-webkit-slider-thumb{
    appearance: none;
    height:25px;
    width:25px;
    background:var(--surfcolor);
    border-radius: 50%;
    border:5px solid #f5e9e2;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .double_slider_box{
    width:100%;
  }
  .range_slider{
    position:relative;
    width:100%;
    height:3px;
    margin:60px 0 20px;
    background:#ddd;
  }
  .slider-track{
    height:100%;
    position:absolute;
    background:#fe696a;
  }
  .range_slider input{
    position:absolute;
    width:100%;
    background:none;
    pointer-events: none;
    top:50%;
    transform: translateY(-50%);
    appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb{
    height:25px;
    width:25px;
    border-radius: 50%;
    border:5px solid #f5e9e2;
    background:var(--surfcolor);
    pointer-events: auto;
    appearance: none;
    cursor: pointer;
  }
  input[type="range"]::-moz-range-thumb{
    height:25px;
    width:25px;
    border-radius: 50%;
    border:5px solid #f5e9e2;
    background:var(--surfcolor);
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
  }
  .tooltip{
    padding:.25rem .5rem;
    border:0;
    background:#373f50;
    color:#fff;
    font-size:11px;;
    line-height: 1.2;
    border-radius: 10%;
    display:block;
    position:absolute;
    text-align: center;
    white-space: nowrap;
  }
  .min-tooltip{
    left:50%;
    transform: translate(-50%, -100%);
    top:-15px;
  }
  .max-tooltip{
    top:-15px;
    right:50%;
    z-index:2;
    transform: translate(-50%, -100%);
  }
  .input-box{
    display:flex;
    margin-bottom:20px;
    align-items: center;
    gap:4px;
  }
  .min-box,
  .max-box{
    width:43%;
  }
  #lunch + label,
  #dinner + label{
    width:63px;
  }

  /* .min-box{
    padding-left:.5rem;
    margin-right:.5rem;
  } */
  .input-wrap{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items: stretch;
    width:100%;;
  }
  .input-addon{
    display:flex;
    align-items: center;
    padding:.4rem .3rem .4rem .5rem;
    font-size:.9375rem;
    font-weight: 400;
    line-height:1.5;
    color:#4b5465;
    text-align: center;
    white-space: nowrap;
    background:#fff;
    border:1px solid #ddd;
    border-radius:.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;;
    border-right:0;
  }
  .input-addon.on{
    background:#f1f1f1;
  }
  .input-field{
    margin-left:-1px;
    padding:.425rem .75rem;
    font-size:0.8125rem;
    border-radius: .25rem;
    position:relative;
    flex:1 1 auto;
    width: 1%;
    min-width:0;
    color:#222;
    border:1px solid #ddd;
    background-clip:padding-box;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left:0;
  }
  .input-field:focus{
    outline:none;
  }
  .range_slider input:read-only{
    background-color:transparent !important;
  }
  
.time_list{
    display:none;
    margin-top:10px;
    padding-left:10% !important;
}
.time_list > div{
    max-height:450px;
    overflow: auto;;
}
.time_list dl{
    margin-bottom:20px;
}
.time_list dl dt{
    font-size:14px;
    font-weight:600;
}
.time_list dl dd p{
    color:#8e8e8e;
    font-size:14px;
    font-weight: 500;
    margin:5px 0;;

}

.floor_reser_btn{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.floor_reser_btn .reser_btn2{
    background:var(--gray44);
    color:var(--whiteff);
    font-size:14px;
    padding:6px 8px;
    border-radius: 3px;
    line-height: 22px;;
}

.total_filter{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}
.total_filter p{
    font-size:15px;
    color:#222;
}
.total_filter button.sort_filter_btn{
    width:auto;
    height:30px;
    padding:4px 31px 4px 6px;
    border:1px solid #ddd;
    border-radius: 5px;
    font-size:15px;
    color:#555;
    background:url(../images/ico_sort_filter.svg) 94% center no-repeat;
    background-size:21px;
}
.total_filter select option{
    color:#555;
}


.sort_filter{
    width:90%;
    max-width:700px;
    background:#fff;
    border-radius: 5px;
    display:none;
    padding:20px;
    position:fixed;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    z-index:10;
}
.sort_filter span.close{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: url("../images/ico-close-white.svg") no-repeat 50% 50% / 100%;
 }

 .sort_filter h4{
    font-size:16px;
    color:var(--black22);
    font-weight: 600;
    margin-bottom:10px;
    padding-bottom:2px;;
 }











/* 리스트 */

.list_wrap{
    width:100%;
    border-top:1px solid #ddd;
}
.list_wrap .list_con{
    width:100%;
    border-bottom:1px solid #ddd;
    position:relative;
    margin-bottom:20px;
}
.list_wrap .list_con .list_title strong{
    font-size:17px;
    color:var(--black22);
    font-weight:700;
    line-height:1.3;
    margin-bottom:5px;
    display:block;
}
.list_wrap .list_con .list_title p{
    font-size:15px;
    color:#666;
    font-weight: 400;
    margin-bottom:8px;
    display:inline-block;;
}
.list_wrap .list_con .img_box{
    width:100%;
    display:flex;
    gap:5px;
}
.list_wrap .list_con .img_box li{
    flex:1;
    width:100%;
    height:0;
    padding-bottom:30%;
    position:relative;
    overflow: hidden;
}
.list_wrap .list_con .img_box li img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:0; top:0;
    border:1px solid #ddd;
}

.list_wrap .list_con .tag{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}
.list_wrap .list_con .tag span{
    padding:3px 8px;
    border:1px solid #ddd;
    border-radius:20px;
    font-size:14px;
    color:var(--gray66);
}
.list_wrap .list_con .desc,
.list_wrap .list_con p.loca{
    font-size:14px;
    line-height:1.3;
    color:var(--gray8e);
}
.list_wrap .list_con p.loca span{
    display:inline-block;
}

.list_wrap .list_con .icon{
    display:flex;
    gap:10px;
    align-items: center;
}
.list_wrap .list_con .icon li img{ 
    width:35px;
    height:35px;
}
.list_wrap .list_con .icon li.disabled img{
    opacity:.2;
}
.list_wrap .list_con .servi_time{
    display:block;
}
.list_wrap .list_con .servi_time div.servi_time_number{
    /* width:calc(100% - 115px); */
    width:100%;
}
.list_wrap .list_con .servi_time div.servi_time_number .time_time{
    display:flex;
    align-items: center;
    gap:3px;;
}
.list_wrap .list_con .servi_time .sales_time p.sales_time_detail{
    background:url(../images/ico-arrow-down.svg) 100% center no-repeat;
    padding-right:15px;
  }
  .list_wrap .list_con .servi_time .sales_time p.sales_time_detail.on{
    background:url(../images/ico-arrow-up.svg) 100% center no-repeat;
    padding-right:15px;
  }
.list_wrap .list_con .servi_time p{
    font-size:14px;
    color:var(--gray66);
    line-height:1.5;   
}
.list_wrap .list_con .servi_time p i.xi-night{
    margin-left:10px;
}
.list_wrap .list_con .reser_btn{
    width:100%;
    height:35px;
    background:#999;
    border-radius: 5px;
    color:var(--whiteff);
    font-size:14px;
    display:block;
    margin:10px auto;
}

.list_wrap .list_con .servi_time .sales_time p .close,
.list_wrap .list_con .servi_time .sales_time p .holiday{
  color:#ec463d;
}
.list_wrap .list_con .servi_time .sales_time p .open{
  color:#01b453;
}
.list_wrap .list_con .servi_time .sales_time p .ready{
  color:#ff7629;
}
.list_wrap .list_con .floor_wrap{
    display:flex;
    gap:5px;
    justify-content: flex-start;
    margin-top:10px;
}
.list_wrap .list_con .floor_wrap .floor{
    border:1px solid var(--redec);
    padding:5px;
    color:var(--redec);
    border-radius: 3px;
    font-size:15px;
    font-weight: 400;
}
.list_wrap .list_con .floor_wrap span{
    background:var(--redec);
    color:var(--whiteff);
    font-size:14px;
    padding:6px 8px;
    border-radius: 3px;
    line-height: 22px;;
}

.img_viewbox {
    width:90%;
    max-width:700px;
    height:75vh;
    padding:20px;
    text-align: center;
    display: none;
    z-index: 1001;
}
.overflow_wrap{
    width:100%;
    max-width:700px;
    height:90%;
    overflow-y: scroll;
}
.img_viewbox .img{
    width:auto;
    height:auto;
}
.img_viewbox .img img{
    width:100%;
    max-width:400px;
    height:100%;
}



/* foomall view page */
.mall_tit{
    width:100%;
    margin-bottom:20px;
}
.mall_tit h2{
    font-size:18px;
    font-weight: bold;
    color:var(--black22);
    margin-bottom:6px;
}
.mall_tit span{
    display:inline-block;
    font-size:16px;
    font-weight: 400;
    color:var(--gray66);
}

.tabs {
    margin:10px 0 20px;;
    display:flex;
    padding:0;
}
.tabs li{
    flex:1;
    height:35px;
    line-height:35px;
    background:#f5f5f5;
    text-align: center;
    border-right:1px solid #e6e6e6;
}
.tabs li a{
    color:#bfbfbf;
    font-size:16px;
    font-weight: 600;
    display: block;
    width:100%;;
}
.tabs li:last-child{
    border-right:0;
}
.tabs li.active{
    background:#222;
}
.tabs li.active a{
    color:#fff;
}

.mall_cont{
    width:100%;
}
/* .mall_cont .mall_img{
    width:100%;
    height:0;
    position:relative;
    padding-bottom:56.25%;
}
.mall_cont .mall_img img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:0;
    top:0;
} */

h3.mall_stit{
    font-size:17px;
    color:var(--black22);
    font-weight: 700;
    margin-bottom:15px;
}
.mall_service_icon{
    display:flex;
    gap:10px 20px;
    justify-content: center;
    flex-wrap: wrap;;
}
.mall_service_icon li{
    font-size:13px;
    margin-bottom:6px;
    text-align: center;
    vertical-align: top;
}
.mall_service_icon li img{
    display:block;
    width:30px;
    height:30px;
    margin:auto;
}



.signature {
    display:flex;
    margin-top:0;
    margin-bottom:20px;;
    position:relative;
}
.signature a{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.signature li.img{
    width:130px;
    height:130px;
}
.signature li.img img{
    width:100%;
    height:100%;
    object-fit: cover;
    border:1px solid #555;
    border-radius: 5px;
}
.signature .name{
    width:calc(100% - 130px);
    padding-left:10px;
    position:relative;
}
.signature .name h3{
    font-size:15px;
    color:var(--black22);
    font-weight: 700;
    line-height:1.3;
    margin-bottom:5px;
    display: block;
}
.signature .name p{
    font-size:14px;
    color:#666;
    font-weight: 400;
    margin-bottom:8px;
    display:-webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;;
}
.signature .name span{
    font-size:14px;
    color:#666;
    font-weight: 400;
    margin-bottom:8px;
    display:inline-block;;
    line-height: 1.2;;
}
.signature .name .price{
    text-align: right;
    font-size:15px;
    font-weight:700;
    color:var(--gray44);
    line-height: 1.4;
}
.signature .name .price span{
    color:var(--gray8e);
    font-size:13px;
    font-weight:600;
    display: inline-block;;
}




.tel_box{
    padding:10px;
    background:#f9f9f9;
}
.tel_box dl{
    display:flex;
    gap:20px
}
.tel_box dl dt{
    font-size:15px;
    color:var(--black22);
    font-weight: 500;
    margin-bottom:8px;
    display: flex;
    align-items:center;
    gap:2px;
}
.tel_box dl dt i.xi-call{
    width:20px;
    height:20px;
    display:inline-block;
    background:url(../images/ic_call_444.svg) center no-repeat;
    background-size:15px;
}
.tel_box dl dd{
    width: calc(100% - 120px);
    font-size:15px;
    color:var(--gray66);
    font-weight:400;
    line-height: 1.1;
}
.mall_service .time{
    line-height:1.1;
    font-size:15px;
}


.map_btn{
    display:flex;
    gap:10px
}
.map_btn li{
    flex:1;
    height:35px;
    line-height: 35px;
    background:#ccc;
    color:#222;
    font-size:14px;
    text-align: center;
}
.map_btn li i{
    font-size:17px;
}
.map_btn li a{
    width:100%;
    display: block;;
}

.map_veiw_box{
    width:100%;
    height:150px;
    overflow: hidden;
    margin:10px 0;
}
.map_veiw_box iframe{
    width:100%;
    height:100%;
}

.floor_map_btn{
    width:100%;
    height:35px;
    font-size:15px;
    color:#fff;
    font-weight: 600;
    background:var(--surfcolor);
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
}

.mall_service dl{
    display:flex;
    gap:10px;
}
.mall_service dl dt{
    width:100px;
    font-size:14px;
    color:var(--black22);
    font-weight: 500;;
    line-height:1.1;
}
.mall_service dl dd{
    font-size:14px;
    color:var(--gray66);
    font-weight: 400;
    line-height: 1.1;;
    width:calc(100% - 90px);
}


.copy_pop{
    width:80%;
    background:#fff;
    padding:20px;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    display: none;
}

.copy_pop span{
    position:absolute;
    top:-40px;
    left:50%;
    transform: translateX(-50%);
    width:20px;
    height:20px;
    background:url(../images/ico-close-white.svg) center no-repeat;
    background-size:100%;
}

.copy_pop ul li{
    font-size:14px;
    line-height:1.1;
    margin-bottom:20px;
}
.copy_pop ul li input[type="radio"]{
    display:none;
}
.copy_pop ul li input[type="radio"] + label{
    height:40px;
    background:url(../images/radio.svg)left center no-repeat;
    background-size:17px;
    padding-left:21px;
}
.copy_pop ul li input[type="radio"]:checked + label{
    background:url(../images/radio_on.svg)left center no-repeat;
    background-size:17px;
}
.copy_pop ul + button.copy_btn{
    width:100%;
    height:35px;
    color:#fff;
    background:#222;
    border-radius: 5px;;
}

.list_wrap .list_con .servi_time p span{
    display:inline-flex;
    gap:3px;
    align-items: center;
}
.list_wrap .list_con .servi_time p i,
.list_wrap .list_con .servi_time p span i{
    width:15px;
    height:15px;
    display: inline-block;
}
.list_wrap .list_con .servi_time p .i-breakfast,
.list_wrap .list_con .servi_time p span .i-breakfast,
.i-breakfast{
    background:url(../images/i-breakfast.jpg?v=2) center no-repeat;
    background-size:100%;
}
.list_wrap .list_con .servi_time p .i-lunch,
.list_wrap .list_con .servi_time p span .i-lunch,
.i-lunch{
    background:url(../images/i-lunch.jpg?v=2) center no-repeat;
    background-size:100%;
}
.list_wrap .list_con .servi_time p .i-dinner,
.list_wrap .list_con .servi_time p span .i-dinner,
.i-dinner{
    background:url(../images/i-dinner.jpg?v=2) center no-repeat;
    background-size:100%;
}


/* foodmall menu */

.tab_menu{
    width:100%;
    display:flex;
    margin-bottom:20px;
}
.tab_menu li{
    flex:1;
}
.tab_menu li a{
    display:block;
    flex:1;
    font-size:15px;
    font-weight: 700;
    color:var(--gray44);
    text-align: center;
    border-bottom:2px solid var(--whiteff);
    padding:20px 0;;
}
.tab_menu li.active a{
    color:var(--black22);
    border-bottom:2px solid var(--black22);
}
.tab_submenu{
    width:auto;
    gap:5px;
    margin-bottom:20px;
}
.tab_submenu li{
    width:auto;
}
.tab_submenu li a{
    display:block;
    font-size:14px;
    background:#f5f5f5;
    color:#494949;
    border-radius: 4px;
    padding:10px 16px;
    font-weight: 500;
}
.tab_submenu li.active a{
    background:#ec463d;
    color:#fff;
}


.menu_wrap{
    width:100%;
}
.menu_wrap .item{
    border-bottom:1px solid #ddd;
}
.menu_wrap .item .thumb{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    position:relative;
}
.menu_wrap .item .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.menu_wrap .item .info{
    width:100%;   
}
.menu_wrap .item .info .name{
    background: url("../images/arrow-right.svg") no-repeat right 3px / auto 15px;
}
.menu_wrap .item .info .name h3{
    display: block;
    font-size: 17px;
    color: #222;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    width: calc(100% - 20px);
}
.menu_wrap .item .info .name p{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
}
.menu_wrap .item .info .name span{
    color: #8e8e8e;
    font-size: 15px;
    margin-left: 3px;
    display: inline-block;
}
.menu_wrap .item .info .desc{
    font-size: 15px;
    color: #444;
    line-height: 1.3;
    margin-top: 12px;
}
.menu_wrap .item .info .price{
    margin-top: 10px;
    font-size: 17px;
    color: #ec463d;
    font-weight: 700;
    line-height: 1.8;
    text-align: right;
}




/* menu course */

.course_tit{
    width:100%;
}
.course_tit h2{
    font-size:17px;
    color:var(--black22);
    font-weight: 600;
}
.course_tit p{
    font-size:15px;
    color:var(--gray44);
    margin-top:7px;
    font-weight: 400;
}
.course_tit p span{
    font-size:14px;
    color:var(--gray8e)
}


/* 김옥우 수정 현경씨 여기 수정해 주세요 */

.rest_wrap{
    width:100%;
}
.rest_wrap .rest_tit{
    width:100%;
    margin-bottom:20px
}
.rest_wrap .rest_tit h2{
    font-size:20px;
    font-weight:700;
    color:var(--black22);
    margin-bottom:6px;;
}
.rest_wrap .rest_tit span{
    font-size:16px;
    color:var(--gray66);
    font-weight:400;
}


.rest_container{
    width:100%;
}
.rest_desc01{
}
.rest_img{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    position:relative;
    overflow: hidden;
    margin-bottom:20px;
}
.rest_img img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:0;top:0;
}
.h4.rest_h4{
    font-size:16px;
    color:var(--black22);
    font-weight:700;
    margin-bottom:20px;
    line-height: 1.3;
}
.desc{
    font-size:13px;
    color:var(--gray8e);
    line-height:1.5
}

.rest_desc02{
    display:flex;
    gap:5px;
}
.rest_desc02 li{
    /* flex:1; */
    width:33%;
}
.rest_desc02 li:hover{
    cursor: pointer;
}
.rest_desc02 li:hover img{
    opacity: .7;
}
.rest_desc02 li div{
    width:100%;
    height:0;
    padding-bottom:100%;
    position:relative;
    overflow: hidden;
    margin-bottom:10px;
}
.rest_desc02 li img{
    width:100%;
    height:100%;
    position:absolute;
    left:0; top:0;
    object-fit: cover;
    transition: .5s;
    border-radius: 5px;;
}
.rest_desc02 li h5{
    font-size:14px;
    color:var(--black22);
    font-weight: 500;
    line-height:1.3
}
.rest_desc02 li p{
    font-size:13px;
    color:var(--blue00);
}

.rest_desc03{
    gap:10px 20px;
    justify-content: center;
}
.rest_desc03 li{
    font-size:13px;
    margin-bottom:6px;
    text-align: center;
    vertical-align: top;
}
.rest_desc03 li img{
    display:block;
    width:30px;
    height:30px;
}

.select_conbox{
    padding:0;
    margin-top:10px;
}
.rest_detail_info .cal_btn{
    display:flex;
    gap:10px;
}
.rest_detail_info .cal_btn li{
    flex:1;
    border:1px solid #222;
    text-align: center;;
}
.rest_detail_info .cal_btn li a{
    font-size:15px;
    line-height:30px;
    display:block;
}

.rest_detail_info h3{
    font-size:17px;
    color:var(--black22);
    font-weight: 700;
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:15px;
}
.rest_detail_info h3 span{
    display: inline-block;
    font-weight: 400;
    font-size:15px;
}
.rest_detail_info h3 span img{
    width:100px;
}
.rest_detail_info dl dt{
    font-size:17px;
    color:var(--black22);
    margin-bottom:8px;
    font-weight: 600;
}
.rest_detail_info dl dd{
    font-size:15px;
    color:var(--gray44);
    font-weight: 400;;
    line-height:1.1;
}

.rest_detail_info .loca{
    height:250px;
    margin-bottom:8px;
}
.rest_detail_info .loca + p{
    font-size:14px;
    line-height:1.3;
    color:var(--gray66);
}

.rest_detail_info .time{
    line-height:1.1;
}






@media (width <= 620px){
    .sort_pop{
        width:80%;
    }
    /* .mall_service_icon{
        justify-content: flex-start;
        gap:10px;
    }
    .mall_service_icon li{
        width:calc(25% - 10px);
    } */
}

@media (width <= 580px){
    .select_conbox {
        /* display: grid; */
        grid-auto-columns: 1fr 1.5fr 1fr;
        grid-auto-rows: auto auto;
        grid-row-gap: 10px;
        grid-column-gap: 5px;
        margin-top: 5px;
      }
      .select_conbox .search_btn {
        grid-column: 1/4;
      }
      .detailSetPop,
      .detailSetPop2,
      .detailSetPop3{
        width:90%;
      }
      .detailSetPop3 .chk_list li{
        width:48%;
        margin-bottom:0px;
        line-height: 1.2;
      }
      .detailSetPop .chk_list li{
        width:100%;
        margin-bottom:0px;
        line-height: 1.2;
      }
    
}

@media (width <= 405px){
    .list_wrap .list_con .servi_time{
        display: block;;
    }
    .list_wrap .list_con .servi_time div.servi_time_number{
        width:100%;
    }
    .list_wrap .list_con .floor_wrap{
        margin-top:10px;
        width:auto;
    }
    .list_wrap .list_con .floor_wrap .floor{
        flex:inherit;
        text-align: center;
    }
    .list_wrap .list_con .floor_wrap span{
        flex:inherit;
        text-align: center;
    }
    
    button.btn_surfColor{
        width:100%;
        margin-top:10px;;
    }


}

@media (width <= 406px){
    .floor_reser_btn{
        display:block;
    }
    .floor_reser_btn .reser_btn2,
    .floor_reser_btn .btn_surfColor{
        width:100%;
        margin-top:5px;
    }
}